home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / pitfall / pitold.exe / pitold.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1995-10-19  |  400 b   |  14 lines

  1. global newMovie
  2.  
  3. on enterFrame
  4.   set the itemDelimiter to "."
  5.   set newMovie to item 1 of the movie & ".DIR"
  6.   set the itemDelimiter to ","
  7.   set newMovie to the pathName & newMovie
  8.   set the itemDelimiter to "\"
  9.   set logoPath to the number of items in the pathName - 2
  10.   set logoMovie to item 1 to logoPath of the pathName & "\ACTRES\logo.dir"
  11.   set the itemDelimiter to ","
  12.   go(1, logoMovie)
  13. end
  14.